home *** CD-ROM | disk | FTP | other *** search
- on Pasar
- if rollOver(40) then
- puppetSprite(40, 1)
- set the castNum of sprite 40 to the number of cast "Right"
- else
- puppetSprite(40, 0)
- end if
- if rollOver(41) then
- puppetSprite(41, 1)
- set the castNum of sprite 41 to the number of cast "Left"
- else
- puppetSprite(41, 0)
- end if
- end
-